Skip to content

Conversation

@kennydude
Copy link
Contributor

Mark the package as compatible with Webpack 3.

npm refuses to install if using webpack 3, even everything seems to work fine

Mark the package as compatible with Webpack 3.

npm refuses to install if using webpack 3, even everything seems to work fine
},
"peerDependencies": {
"webpack": "1 || 2"
"webpack": "1 || 2 || 3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 - 3 semver range would probably be more succinct 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL that's a thing you can do

@damianobarbati
Copy link

Time to merge! : )

@Va1
Copy link
Owner

Va1 commented Jul 3, 2017

thank you!

@Va1 Va1 merged commit 12b32e1 into Va1:master Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants